Package | Description |
---|---|
oracle.pgx.api |
This package contains the Java APIs of PGX.
|
Modifier and Type | Method and Description |
---|---|
PgxSession |
ServerInstance.createSession(String source)
Blocking version of
#createSessionAsync() . |
static PgxSession |
Pgx.createSession(String source) |
PgxSession |
ServerInstance.createSession(String source, Long idleTimeout, Long taskTimeout, TimeUnit unit)
Blocking version of
#createSessionAsync() . |
static PgxSession |
Pgx.createSession(String baseUrl, String source) |
PgxSession |
PgxGraph.getSession() |
PgxSession |
Analyst.getSession()
Gets the session.
|
Modifier and Type | Method and Description |
---|---|
PgxFuture<PgxSession> |
ServerInstance.createSessionAsync(String source)
Create a new session.
|
PgxFuture<PgxSession> |
ServerInstance.createSessionAsync(String source, Long idleTimeout, Long taskTimeout, TimeUnit unit)
Creates a new session.
|
Copyright © 2015. All rights reserved.